Open Container Initiative
略 : OCI
https://opencontainers.org/
OCI は 3 つの仕様を含む
Runtime Specification (runtime-spec) : コンテナランタイムの標準
Image Specification (image-spec)
Distribution Specification (distribution-spec)
The Runtime Specification outlines how to run a “filesystem bundle” that is unpacked on disk. At a high-level an OCI implementation would download an OCI Image then unpack that image into an OCI Runtime filesystem bundle. At this point the OCI Runtime Bundle would be run by an OCI Runtime
関連
OCI によるコンテナ技術の標準化